[ToC] [Up] [Back] [Next] ... [Book Plug] The Information Commons
.................... Introduction to HTML

3. HEAD

The HEAD contains general information, or meta-information, about the document. The contents of the HEAD are not displayed as part of the document text: the displayed material is found within the BODY. Consequently, only certain mark-up elements can be placed within the HEAD. These are:

3.0.1 Netscape/HTML 3 Extensions

The following HEAD elements are not part of the "official" HTML, but are supported to some degree by some browsers.

3.0.2 Example of a HEAD

<HTML>
  <HEAD>
    <TITLE> Goofy Stuff from Blobby Page </TITLE>
    <BASE HREF="http://www.somewhere.org/stuff/blob.html">
    <LINK HREF="http://www.somewhere.org/stuff/index.html" REL="index">
  </HEAD>
  <BODY>
    ..... text of the document
  </BODY>
</HTML>

[ToC] [Up] [Back] [Next] ... [Book Plug] .................... Introduction to HTML

© Ian Graham 1994-1995 Page Last Updated: 4 December 1995